Binary Operation
   HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, a binary operation or dyadic operation is a rule for combining two
elements Element or elements may refer to: Science * Chemical element, a pure substance of one type of atom * Heating element, a device that generates heat by electrical resistance * Orbital elements, parameters required to identify a specific orbit of ...
(called operands) to produce another element. More formally, a binary operation is an
operation Operation or Operations may refer to: Arts, entertainment and media * ''Operation'' (game), a battery-operated board game that challenges dexterity * Operation (music), a term used in musical set theory * ''Operations'' (magazine), Multi-Man ...
of arity two. More specifically, an internal binary operation ''on a set'' is a binary operation whose two domains and the codomain are the same set. Examples include the familiar arithmetic operations of addition,
subtraction Subtraction is an arithmetic operation that represents the operation of removing objects from a collection. Subtraction is signified by the minus sign, . For example, in the adjacent picture, there are peaches—meaning 5 peaches with 2 taken ...
, and
multiplication Multiplication (often denoted by the cross symbol , by the mid-line dot operator , by juxtaposition, or, on computers, by an asterisk ) is one of the four elementary mathematical operations of arithmetic, with the other ones being additi ...
. Other examples are readily found in different areas of mathematics, such as vector addition, matrix multiplication, and conjugation in groups. An operation of arity two that involves several sets is sometimes also called a ''binary operation''. For example, scalar multiplication of vector spaces takes a scalar and a vector to produce a vector, and scalar product takes two vectors to produce a scalar. Such binary operations may be called simply
binary function In mathematics, a binary function (also called bivariate function, or function of two variables) is a function that takes two inputs. Precisely stated, a function f is binary if there exists sets X, Y, Z such that :\,f \colon X \times Y \rightar ...
s. Binary operations are the keystone of most algebraic structures that are studied in
algebra Algebra () is one of the areas of mathematics, broad areas of mathematics. Roughly speaking, algebra is the study of mathematical symbols and the rules for manipulating these symbols in formulas; it is a unifying thread of almost all of mathem ...
, in particular in
semigroup In mathematics, a semigroup is an algebraic structure consisting of a Set (mathematics), set together with an associative internal binary operation on it. The binary operation of a semigroup is most often denoted multiplication, multiplicatively ...
s,
monoid In abstract algebra, a branch of mathematics, a monoid is a set equipped with an associative binary operation and an identity element. For example, the nonnegative integers with addition form a monoid, the identity element being 0. Monoids ...
s, groups, rings, fields, and vector spaces.


Terminology

More precisely, a binary operation on a set S is a mapping of the elements of the Cartesian product S \times S to S: :\,f \colon S \times S \rightarrow S. Because the result of performing the operation on a pair of elements of S is again an element of S, the operation is called a closed (or internal) binary operation on S (or sometimes expressed as having the property of closure). If f is not a function, but a partial function, then f is called a partial binary operation. For instance, division of
real numbers In mathematics, a real number is a number that can be used to measure a ''continuous'' one-dimensional quantity such as a distance, duration or temperature. Here, ''continuous'' means that values can have arbitrarily small variations. Every real ...
is a partial binary operation, because one can't divide by zero: \frac is undefined for every real number a. In both universal algebra and
model theory In mathematical logic, model theory is the study of the relationship between formal theories (a collection of sentences in a formal language expressing statements about a mathematical structure), and their models (those structures in which the s ...
, binary operations are required to be defined on all elements of S \times S. Sometimes, especially in
computer science Computer science is the study of computation, automation, and information. Computer science spans theoretical disciplines (such as algorithms, theory of computation, information theory, and automation) to practical disciplines (includin ...
, the term binary operation is used for any
binary function In mathematics, a binary function (also called bivariate function, or function of two variables) is a function that takes two inputs. Precisely stated, a function f is binary if there exists sets X, Y, Z such that :\,f \colon X \times Y \rightar ...
.


Properties and examples

Typical examples of binary operations are the addition (+) and
multiplication Multiplication (often denoted by the cross symbol , by the mid-line dot operator , by juxtaposition, or, on computers, by an asterisk ) is one of the four elementary mathematical operations of arithmetic, with the other ones being additi ...
(\times) of
number A number is a mathematical object used to count, measure, and label. The original examples are the natural numbers 1, 2, 3, 4, and so forth. Numbers can be represented in language with number words. More universally, individual numbers ...
s and matrices as well as composition of functions on a single set. For instance, * On the set of real numbers \mathbb R, f(a,b)=a+b is a binary operation since the sum of two real numbers is a real number. * On the set of natural numbers \mathbb N, f(a,b)=a+b is a binary operation since the sum of two natural numbers is a natural number. This is a different binary operation than the previous one since the sets are different. * On the set M(2,\mathbb R) of 2 \times 2 matrices with real entries, f(A,B)=A+B is a binary operation since the sum of two such matrices is a 2 \times 2 matrix. * On the set M(2,\mathbb R) of 2 \times 2 matrices with real entries, f(A,B)=AB is a binary operation since the product of two such matrices is a 2 \times 2 matrix. * For a given set C, let S be the set of all functions h \colon C \rightarrow C. Define f \colon S \times S \rightarrow S by f(h_1,h_2)(c)=(h_1 \circ h_2)(c)=h_1(h_2(c)) for all c \in C, the composition of the two functions h_1 and h_2 in S. Then f is a binary operation since the composition of the two functions is again a function on the set C (that is, a member of S). Many binary operations of interest in both algebra and formal logic are commutative, satisfying f(a,b)=f(b,a) for all elements a and b in S, or associative, satisfying f(f(a,b),c)=f(a,f(b,c)) for all a, b, and c in S. Many also have
identity element In mathematics, an identity element, or neutral element, of a binary operation operating on a set is an element of the set that leaves unchanged every element of the set when the operation is applied. This concept is used in algebraic structures s ...
s and inverse elements. The first three examples above are commutative and all of the above examples are associative. On the set of real numbers \mathbb R,
subtraction Subtraction is an arithmetic operation that represents the operation of removing objects from a collection. Subtraction is signified by the minus sign, . For example, in the adjacent picture, there are peaches—meaning 5 peaches with 2 taken ...
, that is, f(a,b)=a-b, is a binary operation which is not commutative since, in general, a-b \neq b-a. It is also not associative, since, in general, a-(b-c) \neq (a-b)-c; for instance, 1-(2-3)=2 but (1-2)-3=-4. On the set of natural numbers \mathbb N, the binary operation exponentiation, f(a,b)=a^b, is not commutative since, a^b \neq b^a (cf. Equation xy = yx), and is also not associative since f(f(a,b),c) \neq f(a,f(b,c)). For instance, with a=2, b=3, and c=2, f(2^3,2)=f(8,2)=8^2=64, but f(2,3^2)=f(2,9)=2^9=512. By changing the set \mathbb N to the set of integers \mathbb Z, this binary operation becomes a partial binary operation since it is now undefined when a=0 and b is any negative integer. For either set, this operation has a ''right identity'' (which is 1) since f(a,1)=a for all a in the set, which is not an ''identity'' (two sided identity) since f(1,b) \neq b in general. Division (\div), a partial binary operation on the set of real or rational numbers, is not commutative or associative.
Tetration In mathematics, tetration (or hyper-4) is an operation based on iterated, or repeated, exponentiation. There is no standard notation for tetration, though \uparrow \uparrow and the left-exponent ''xb'' are common. Under the definition as rep ...
(\uparrow\uparrow), as a binary operation on the natural numbers, is not commutative or associative and has no identity element.


Notation

Binary operations are often written using infix notation such as a \ast b, a+b, a \cdot b or (by juxtaposition with no symbol) ab rather than by functional notation of the form f(a, b). Powers are usually also written without operator, but with the second argument as
superscript A subscript or superscript is a character (such as a number or letter) that is set slightly below or above the normal line of type, respectively. It is usually smaller than the rest of the text. Subscripts appear at or below the baseline, whil ...
. Binary operations are sometimes written using prefix or (more frequently) postfix notation, both of which dispense with parentheses. They are also called, respectively, Polish notation and reverse Polish notation.


Binary operations as ternary relations

A binary operation f on a set S may be viewed as a ternary relation on S, that is, the set of triples (a, b, f(a,b)) in S \times S \times S for all a and b in S.


External binary operations

An external binary operation is a binary function from K \times S to S. This differs from a ''binary operation on a set'' in the sense in that K need not be S; its elements come from ''outside''. An example of an external binary operation is scalar multiplication in linear algebra. Here K is a field and S is a vector space over that field. Some external binary operations may alternatively be viewed as an action of K on S. This requires the existence of an associative multiplication in K, and a compatibility rule of the form a(bs)=(ab)s, where a,b\in K and s\in S (here, both the external operation and the multiplication in K are denoted by juxtaposition). The dot product of two vectors maps S \times S to K, where K is a field and S is a vector space over K. It depends on authors whether it is considered as a binary operation.


See also

* :Properties of binary operations * Iterated binary operation * Operator (programming) * Ternary operation * Truth table#Binary operations *
Unary operation In mathematics, an unary operation is an operation with only one operand, i.e. a single input. This is in contrast to binary operations, which use two operands. An example is any function , where is a set. The function is a unary operation ...
* Magma (algebra), a set equipped with a binary operation.


Notes


References

* * * *


External links

* {{DEFAULTSORT:Binary Operation